home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / internet-tools / connect-line / cl / devkit / fd / clonline.fd < prev    next >
Encoding:
Text File  |  1995-11-23  |  2.0 KB  |  79 lines

  1. * "clonline.library"
  2. ##base _CLOnlineBase
  3. ##bias 30
  4. ##public
  5. CLONL_Open(catalogname)(a0)
  6. CLONL_Close()()
  7. CLONL_FlushInput()()
  8. CLONL_FlushOutput()()
  9. CLONL_UpdateUser()()
  10. CLONL_Normal()()
  11. CLONL_DeleteEOL()()
  12. CLONL_DeleteLine()()
  13. CLONL_InsertLine()()
  14. CLONL_BlueMode()()
  15. CLONL_GotoXY(x,y)(d0/d1)
  16. CLONL_Color(col,bcol,style)(d0/d1/d2)
  17. CLONL_ClearScreen()()
  18. CLONL_BlueRead(str,def,len,type,maske)(a0/a1/d0/d1/d2)
  19. CLONL_Wait()()
  20. CLONL_DrawTitle()()
  21. CLONL_Edit(filename)(a0)
  22. ##private
  23. CLONL_ClearCursorReq(pos,cursorabs)(d0/d1)
  24. CLONL_SetCursorReq(pos,cursorabs)(d0/d1)
  25. CLONL_ShowReq(entrys,pos,anzahl,MODE)(a0/d0/d1/d2)
  26. CLONL_RefreshReq(entrys,pos,which,MODE)(a0/d0/d1/d2)
  27. CLONL_ScrollDownReq(entrys,pos,anzahl,MODE)(a0/d0/d1/d2)
  28. CLONL_ScrollUpReq(entrys,pos,anzahl,MODE)(a0/d0/d1/d2)
  29. ##public
  30. CLONL_RequesterSelect(entrys,pos,titel,MODE)(a0/d0/a1/d1)
  31. *---V1.2
  32. CLONL_GetLocale()()
  33. CLONL_GetCatalog()()
  34. CLONL_GetUserShell()()
  35. CLONL_IsTTY()()
  36. *---V1.3
  37. CLONL_GetString(entry)(a0)
  38. CLONL_VPrintf(format,argsarray)(a0/a1)
  39. *---V1.4
  40. CLONL_VSPrintf(to,format,argsarray)(a0/a1/a2)
  41. *---V1.5
  42. CLONL_DoCommand(cmd,param)(a0/a1)
  43. CLONL_SendMail(abs,emp,bet,filename,bezid)(a0/a1/a2/a3/a5)
  44. CLONL_GetKey()()
  45. *---V1.6
  46. ##private
  47. CLONL_AddRange(myrange,from,to)(a0/d0/d1)
  48. ##public
  49. CLONL_FreeRange(myrange)(a0)
  50. CLONL_ParseExpression(parsepattern,maximum)(a0/d0)
  51. *---V1.7
  52. CLONL_Transfer(filename,sendfilename)(a0/a1)
  53. CLONL_GetUserFullName(name)(a0)
  54. CLONL_GetNameVal(name)(a0)
  55. *---V2.0
  56. CLONL_IsKeyPressed()()
  57. CLONL_Continue()()
  58. *---V2.1
  59. CLONL_AddShortMenu(menu,entry,hotkey)(a0/a1/d0)
  60. CLONL_FreeShortMenu(menu)(a0)
  61. CLONL_ShortMenuSelect(menu)(a0)
  62. *---V2.2
  63. CLONL_TimeToStr(time,str)(d0,a0)
  64. CLONL_StrToTime(str,time)(a0,a1)
  65. *---V2.3
  66. CLONL_AddGadget(mask,masktype,identifier,buffer,buffersize)(a0/d0/a1/a2/d1)
  67. CLONL_GetGadget(mask,identifier)(a0/a1)
  68. CLONL_InputMask(mask,title)(a0/a1)
  69. *---V2.4
  70. CLONL_ShortMenuSelectVertical(menu)(a0)
  71. *---V3.0
  72. CLONL_XFer(sendlist,recflag)(a0/d0)
  73. CLONL_FreeXFerList(reclist)(a0)
  74. CLONL_SetObscure(isobscure)(d0)
  75. *---V4.0 - internal
  76. *---V5.0
  77. CLONL_PrintFile(filename)(a0)
  78. ##end
  79.